Create<TData>(DicomScp,bool,TData) Method

Summary
Sends an N-CREATE-REQ to the SCP.
Syntax
C#
C++/CLI
public void Create<TData>( 
   DicomScp Scp, 
   bool ignoreClass, 
   TData Data 
) 
public: 
void Creategeneric<typename TData> 
(  
   DicomScp^ Scp, 
   bool ignoreClass, 
   _TData^_ Data 
)  

Parameters

Scp
The peer connection to send the N-CREATE-REQ to.

ignoreClass
If set to true ignores class defined in the InstanceAttribute of Data.

Data
The data to send in the N-CREATE-REQ.

Type Parameters

TData
The type of the data.

Remarks

This version of create allows you to create dataset with the class you are passing. However, it creates an undefined class if the ignoreClass parameter is true.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scu Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.